Update the UI around using crates.io
authorAlex Crichton <alex@alexcrichton.com>
Tue, 11 Nov 2014 20:24:50 +0000 (12:24 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 11 Nov 2014 20:24:50 +0000 (12:24 -0800)
commit0f9701704fe5384aaa53186a2b30857bfa2a3422
tree5b0797dc6051a042f8d49fcacec9cb7720a5e9c9
parent644b98eac049433ae87ff52f4fd33bf932e85095
Update the UI around using crates.io

Try to purge the word "registry" as much as possible in favor of just referring
to crates.io as "crates.io". This also enables the default index as being the
official rust-lang crates.io index.
src/cargo/core/package_id.rs
src/cargo/core/source.rs
src/cargo/ops/registry.rs
src/cargo/sources/registry.rs
tests/test_cargo_publish.rs
tests/test_cargo_registry.rs